object SEARCHTEXT: TSEARCHTEXT Left = 163 Top = 144 HelpContext = 430 BorderIcons = [] BorderStyle = bsSingle ClientHeight = 110 ClientWidth = 360 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Findwhat: TLabel Tag = 1 Left = 20 Top = 8 Width = 320 Height = 17 AutoSize = False Caption = '&Find what:' FocusControl = idSearchText WordWrap = True end object idWholeWordsOnly: TCheckBox Tag = 2 Left = 20 Top = 54 Width = 153 Height = 19 Caption = 'whole &words only' TabOrder = 1 end object idCaseSensitive: TCheckBox Tag = 3 Left = 174 Top = 54 Width = 183 Height = 19 Caption = '&Case sensitive' TabOrder = 2 end object Ok: TButton Tag = 4001 Left = 72 Top = 80 Width = 100 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 3 end object Cancel: TButton Tag = 4002 Left = 186 Top = 80 Width = 100 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object idSearchText: TComboBox Left = 20 Top = 28 Width = 320 Height = 21 ItemHeight = 13 TabOrder = 0 end object Translate1: TTranslate Tag = 5860 Left = 8 Top = 80 end object ResolutionFix1: TResolutionFix Left = 40 Top = 80 end end